Html Css Color HEX #631C0F Red Oxide

📋 copy color: '#631C0F'

red 99 ◦ green 28 ◦ blue 15

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

Shades of Red Oxide #631C0F

Tints of Red Oxide #631C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.72%

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 69.72%
G = 19.72%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#631C0F (or 0x631C0F) is known color: Red Oxide. HEX triplet: 63, 1C and 0F. RGB value is (99,28,15). Sum of RGB (Red+Green+Blue) = 99+28+15=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #631C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C0F is #9CE3F0. Grayscale: #2F2F2F. Windows color (decimal): -10281969 or 990307. OLE color: 990307.

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

Color convert

RGB 99 28 15 -
CMYK 0 0.72 0.85 0.61
HSL 9.29º 0.74% 0.22% -
HSV(B) 9.29º 0.85% 0.39% -
XYZ 5.65 3.52 0.83 -
YUV 47.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 99 28 15 0 0.72 0.85 0.61 9.29 0.74 0.22
Hex 63 1C F 0 48 55 3D 9 4A 16
Octal 143 34 17 0 110 125 75 11 112 26
Binary 1100011 11100 1111 0 1001000 1010101 111101 1001 1001010 10110

Color Harmonies of #631C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C0F

Black with #631C0F

Text Example


Text Example

White with #631C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,28,15); }

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

background-color css

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

 a { background-color: rgb(99,28,15); }

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

border-color css

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

 span { border-color: rgb(99,28,15); }

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