Html Css Color HEX #630A11 Pohutukawa

📋 copy color: '#630A11'

red 99 ◦ green 10 ◦ blue 17

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

Shades of Pohutukawa #630A11

Tints of Pohutukawa #630A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 78.57%
G = 7.94%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#630A11 (or 0x630A11) is known color: Pohutukawa. HEX triplet: 63, 0A and 11. RGB value is (99,10,17). Sum of RGB (Red+Green+Blue) = 99+10+17=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #630A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A11 is #9CF5EE. Grayscale: #252525. Windows color (decimal): -10286575 or 1116771. OLE color: 1116771.

HSL color Cylindrical-coordinate representation of color #630A11: hue angle of 355.28º 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 #630A11 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 17 -
CMYK 0 0.90 0.83 0.61
HSL 355.28º 0.82% 0.21% -
HSV(B) 355.28º 0.9% 0.39% -
XYZ 5.36 2.91 0.81 -
YUV 37.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 99 10 17 0 0.90 0.83 0.61 355.28 0.82 0.21
Hex 63 A 11 0 5A 53 3D 163 52 15
Octal 143 12 21 0 132 123 75 543 122 25
Binary 1100011 1010 10001 0 1011010 1010011 111101 101100011 1010010 10101

Color Harmonies of #630A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A11

Black with #630A11

Text Example


Text Example

White with #630A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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