Html Css Color HEX #63251F Red Oxide

📋 copy color: '#63251F'

red 99 ◦ green 37 ◦ blue 31

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

Shades of Red Oxide #63251F

Tints of Red Oxide #63251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

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

R = 59.28%
G = 22.16%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63251F (or 0x63251F) is known color: Red Oxide. HEX triplet: 63, 25 and 1F. RGB value is (99,37,31). Sum of RGB (Red+Green+Blue) = 99+37+31=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63251F is #9CDAE0. Grayscale: #363636. Windows color (decimal): -10279649 or 2041187. OLE color: 2041187.

HSL color Cylindrical-coordinate representation of color #63251F: hue angle of 5.29º 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 #63251F is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 31 -
CMYK 0 0.63 0.69 0.61
HSL 5.29º 0.52% 0.25% -
HSV(B) 5.29º 0.69% 0.39% -
XYZ 6.05 4.07 1.76 -
YUV 54.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 99 37 31 0 0.63 0.69 0.61 5.29 0.52 0.25
Hex 63 25 1F 0 3F 45 3D 5 34 19
Octal 143 45 37 0 77 105 75 5 64 31
Binary 1100011 100101 11111 0 111111 1000101 111101 101 110100 11001

Color Harmonies of #63251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63251F

Black with #63251F

Text Example


Text Example

White with #63251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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