Html Css Color HEX #621C08 Red Oxide

📋 copy color: '#621C08'

red 98 ◦ green 28 ◦ blue 8

#621C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #621C08

Tints of Red Oxide #621C08

RGB

 RED value IS 98 (38.67% from 255) = 73.13%

 GREEN value IS 28 (11.33% from 255) = 20.9%

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 73.13%
G = 20.9%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#621C08 (or 0x621C08) is known color: Red Oxide. HEX triplet: 62, 1C and 08. RGB value is (98,28,8). Sum of RGB (Red+Green+Blue) = 98+28+8=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C08 is #9DE3F7. Grayscale: #2E2E2E. Windows color (decimal): -10347512 or 531554. OLE color: 531554.

HSL color Cylindrical-coordinate representation of color #621C08: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621C08 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 28 8 -
CMYK 0 0.71 0.92 0.62
HSL 13.33º 0.85% 0.21% -
HSV(B) 13.33º 0.92% 0.38% -
XYZ 5.5 3.44 0.6 -
YUV 46.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 98 28 8 0 0.71 0.92 0.62 13.33 0.85 0.21
Hex 62 1C 8 0 47 5C 3E D 55 15
Octal 142 34 10 0 107 134 76 15 125 25
Binary 1100010 11100 1000 0 1000111 1011100 111110 1101 1010101 10101

Color Harmonies of #621C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C08

Black with #621C08

Text Example


Text Example

White with #621C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621C08; }

 p { color: rgb(98,28,8); }

 H1.HeaderClassName
 {
   color: #621C08;
 }
 .AnyTagClassName
 {
   color: #621C08;
 }
</style>

background-color css

<style>
 a { background-color: #621C08; }

 a { background-color: rgb(98,28,8); }

 div.DivClassName
 {
   background-color: #621C08;
 }
 .BgClassName
 {
   background-color: #621C08;
 }
</style>

border-color css

<style>
 span { border-color: #621C08; }

 span { border-color: rgb(98,28,8); }

 td.TdClassName
 {
   border-color: #621C08;
 }
 .TagClassName
 {
   border-color: #621C08;
 }
</style>