Html Css Color HEX #630A0B Pohutukawa

📋 copy color: '#630A0B'

red 99 ◦ green 10 ◦ blue 11

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

Shades of Pohutukawa #630A0B

Tints of Pohutukawa #630A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.17%

R = 82.5%
G = 8.33%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#630A0B (or 0x630A0B) is known color: Pohutukawa. HEX triplet: 63, 0A and 0B. RGB value is (99,10,11). Sum of RGB (Red+Green+Blue) = 99+10+11=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A0B is #9CF5F4. Grayscale: #242424. Windows color (decimal): -10286581 or 723555. OLE color: 723555.

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

Color convert

RGB 99 10 11 -
CMYK 0 0.90 0.89 0.61
HSL 359.33º 0.82% 0.21% -
HSV(B) 359.33º 0.9% 0.39% -
XYZ 5.31 2.89 0.6 -
YUV 36.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 99 10 11 0 0.90 0.89 0.61 359.33 0.82 0.21
Hex 63 A B 0 5A 59 3D 167 52 15
Octal 143 12 13 0 132 131 75 547 122 25
Binary 1100011 1010 1011 0 1011010 1011001 111101 101100111 1010010 10101

Color Harmonies of #630A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A0B

Black with #630A0B

Text Example


Text Example

White with #630A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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