Html Css Color HEX #630A0F Pohutukawa

📋 copy color: '#630A0F'

red 99 ◦ green 10 ◦ blue 15

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

Shades of Pohutukawa #630A0F

Tints of Pohutukawa #630A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.06%

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

R = 79.84%
G = 8.06%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#630A0F (or 0x630A0F) is known color: Pohutukawa. HEX triplet: 63, 0A and 0F. RGB value is (99,10,15). Sum of RGB (Red+Green+Blue) = 99+10+15=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A0F is #9CF5F0. Grayscale: #252525. Windows color (decimal): -10286577 or 985699. OLE color: 985699.

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

Color convert

RGB 99 10 15 -
CMYK 0 0.90 0.85 0.61
HSL 356.63º 0.82% 0.21% -
HSV(B) 356.63º 0.9% 0.39% -
XYZ 5.34 2.9 0.73 -
YUV 37.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 99 10 15 0 0.90 0.85 0.61 356.63 0.82 0.21
Hex 63 A F 0 5A 55 3D 165 52 15
Octal 143 12 17 0 132 125 75 545 122 25
Binary 1100011 1010 1111 0 1011010 1010101 111101 101100101 1010010 10101

Color Harmonies of #630A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A0F

Black with #630A0F

Text Example


Text Example

White with #630A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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