Html Css Color HEX #62231B Red Oxide

📋 copy color: '#62231B'

red 98 ◦ green 35 ◦ blue 27

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

Shades of Red Oxide #62231B

Tints of Red Oxide #62231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 61.25%
G = 21.88%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62231B (or 0x62231B) is known color: Red Oxide. HEX triplet: 62, 23 and 1B. RGB value is (98,35,27). Sum of RGB (Red+Green+Blue) = 98+35+27=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62231B is #9DDCE4. Grayscale: #353535. Windows color (decimal): -10345701 or 1778530. OLE color: 1778530.

HSL color Cylindrical-coordinate representation of color #62231B: hue angle of 6.76º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62231B is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 27 -
CMYK 0 0.64 0.72 0.62
HSL 6.76º 0.57% 0.25% -
HSV(B) 6.76º 0.72% 0.38% -
XYZ 5.84 3.88 1.48 -
YUV 52.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 98 35 27 0 0.64 0.72 0.62 6.76 0.57 0.25
Hex 62 23 1B 0 40 48 3E 7 39 19
Octal 142 43 33 0 100 110 76 7 71 31
Binary 1100010 100011 11011 0 1000000 1001000 111110 111 111001 11001

Color Harmonies of #62231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62231B

Black with #62231B

Text Example


Text Example

White with #62231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62231B; }

 p { color: rgb(98,35,27); }

 H1.HeaderClassName
 {
   color: #62231B;
 }
 .AnyTagClassName
 {
   color: #62231B;
 }
</style>

background-color css

<style>
 a { background-color: #62231B; }

 a { background-color: rgb(98,35,27); }

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

border-color css

<style>
 span { border-color: #62231B; }

 span { border-color: rgb(98,35,27); }

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