Html Css Color HEX #631B05 Red Oxide

📋 copy color: '#631B05'

red 99 ◦ green 27 ◦ blue 5

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

Shades of Red Oxide #631B05

Tints of Red Oxide #631B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 75.57%
G = 20.61%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#631B05 (or 0x631B05) is known color: Red Oxide. HEX triplet: 63, 1B and 05. RGB value is (99,27,5). Sum of RGB (Red+Green+Blue) = 99+27+5=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #631B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B05 is #9CE4FA. Grayscale: #2E2E2E. Windows color (decimal): -10282235 or 334691. OLE color: 334691.

HSL color Cylindrical-coordinate representation of color #631B05: hue angle of 14.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #631B05 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 27 5 -
CMYK 0 0.73 0.95 0.61
HSL 14.04º 0.9% 0.2% -
HSV(B) 14.04º 0.95% 0.39% -
XYZ 5.56 3.45 0.52 -
YUV 46.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 99 27 5 0 0.73 0.95 0.61 14.04 0.9 0.2
Hex 63 1B 5 0 49 5F 3D E 5A 14
Octal 143 33 5 0 111 137 75 16 132 24
Binary 1100011 11011 101 0 1001001 1011111 111101 1110 1011010 10100

Color Harmonies of #631B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B05

Black with #631B05

Text Example


Text Example

White with #631B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,27,5); }

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

background-color css

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

 a { background-color: rgb(99,27,5); }

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

border-color css

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

 span { border-color: rgb(99,27,5); }

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