Html Css Color HEX #63231F Red Oxide

📋 copy color: '#63231F'

red 99 ◦ green 35 ◦ blue 31

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

Shades of Red Oxide #63231F

Tints of Red Oxide #63231F

RGB

 RED value IS 99 (39.06% from 255) = 60%

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

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 60%
G = 21.21%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63231F (or 0x63231F) is known color: Red Oxide. HEX triplet: 63, 23 and 1F. RGB value is (99,35,31). Sum of RGB (Red+Green+Blue) = 99+35+31=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63231F is #9CDCE0. Grayscale: #353535. Windows color (decimal): -10280161 or 2040675. OLE color: 2040675.

HSL color Cylindrical-coordinate representation of color #63231F: hue angle of 3.53º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63231F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 35 31 -
CMYK 0 0.65 0.69 0.61
HSL 3.53º 0.52% 0.25% -
HSV(B) 3.53º 0.69% 0.39% -
XYZ 5.99 3.95 1.74 -
YUV 53.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 99 35 31 0 0.65 0.69 0.61 3.53 0.52 0.25
Hex 63 23 1F 0 41 45 3D 4 34 19
Octal 143 43 37 0 101 105 75 4 64 31
Binary 1100011 100011 11111 0 1000001 1000101 111101 100 110100 11001

Color Harmonies of #63231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63231F

Black with #63231F

Text Example


Text Example

White with #63231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63231F; }

 p { color: rgb(99,35,31); }

 H1.HeaderClassName
 {
   color: #63231F;
 }
 .AnyTagClassName
 {
   color: #63231F;
 }
</style>

background-color css

<style>
 a { background-color: #63231F; }

 a { background-color: rgb(99,35,31); }

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

border-color css

<style>
 span { border-color: #63231F; }

 span { border-color: rgb(99,35,31); }

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