Html Css Color HEX #631A0B Red Oxide

📋 copy color: '#631A0B'

red 99 ◦ green 26 ◦ blue 11

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

Shades of Red Oxide #631A0B

Tints of Red Oxide #631A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 72.79%
G = 19.12%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#631A0B (or 0x631A0B) is known color: Red Oxide. HEX triplet: 63, 1A and 0B. RGB value is (99,26,11). Sum of RGB (Red+Green+Blue) = 99+26+11=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A0B is #9CE5F4. Grayscale: #2E2E2E. Windows color (decimal): -10282485 or 727651. OLE color: 727651.

HSL color Cylindrical-coordinate representation of color #631A0B: hue angle of 10.23º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631A0B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 11 -
CMYK 0 0.74 0.89 0.61
HSL 10.23º 0.8% 0.22% -
HSV(B) 10.23º 0.89% 0.39% -
XYZ 5.58 3.42 0.68 -
YUV 46.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 99 26 11 0 0.74 0.89 0.61 10.23 0.8 0.22
Hex 63 1A B 0 4A 59 3D A 50 16
Octal 143 32 13 0 112 131 75 12 120 26
Binary 1100011 11010 1011 0 1001010 1011001 111101 1010 1010000 10110

Color Harmonies of #631A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A0B

Black with #631A0B

Text Example


Text Example

White with #631A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A0B; }

 p { color: rgb(99,26,11); }

 H1.HeaderClassName
 {
   color: #631A0B;
 }
 .AnyTagClassName
 {
   color: #631A0B;
 }
</style>

background-color css

<style>
 a { background-color: #631A0B; }

 a { background-color: rgb(99,26,11); }

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

border-color css

<style>
 span { border-color: #631A0B; }

 span { border-color: rgb(99,26,11); }

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