Html Css Color HEX #630F09 Red Oxide

📋 copy color: '#630F09'

red 99 ◦ green 15 ◦ blue 9

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

Shades of Red Oxide #630F09

Tints of Red Oxide #630F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 80.49%
G = 12.2%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#630F09 (or 0x630F09) is known color: Red Oxide. HEX triplet: 63, 0F and 09. RGB value is (99,15,9). Sum of RGB (Red+Green+Blue) = 99+15+9=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #630F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F09 is #9CF0F6. Grayscale: #272727. Windows color (decimal): -10285303 or 593763. OLE color: 593763.

HSL color Cylindrical-coordinate representation of color #630F09: hue angle of 4º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630F09 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 15 9 -
CMYK 0 0.85 0.91 0.61
HSL 0.83% 0.21% -
HSV(B) 0.91% 0.39% -
XYZ 5.37 3.01 0.56 -
YUV 39.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 99 15 9 0 0.85 0.91 0.61 4 0.83 0.21
Hex 63 F 9 0 55 5B 3D 4 53 15
Octal 143 17 11 0 125 133 75 4 123 25
Binary 1100011 1111 1001 0 1010101 1011011 111101 100 1010011 10101

Color Harmonies of #630F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F09

Black with #630F09

Text Example


Text Example

White with #630F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630F09; }

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

 H1.HeaderClassName
 {
   color: #630F09;
 }
 .AnyTagClassName
 {
   color: #630F09;
 }
</style>

background-color css

<style>
 a { background-color: #630F09; }

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

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

border-color css

<style>
 span { border-color: #630F09; }

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

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