Html Css Color HEX #660B1B Pohutukawa

📋 copy color: '#660B1B'

red 102 ◦ green 11 ◦ blue 27

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

Shades of Pohutukawa #660B1B

Tints of Pohutukawa #660B1B

RGB

 RED value IS 102 (40.23% from 255) = 72.86%

 GREEN value IS 11 (4.69% from 255) = 7.86%

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 72.86%
G = 7.86%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#660B1B (or 0x660B1B) is known color: Pohutukawa. HEX triplet: 66, 0B and 1B. RGB value is (102,11,27). Sum of RGB (Red+Green+Blue) = 102+11+27=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B1B is #99F4E4. Grayscale: #282828. Windows color (decimal): -10089701 or 1772390. OLE color: 1772390.

HSL color Cylindrical-coordinate representation of color #660B1B: hue angle of 349.45º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B1B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 11 27 -
CMYK 0 0.89 0.74 0.6
HSL 349.45º 0.81% 0.22% -
HSV(B) 349.45º 0.89% 0.4% -
XYZ 5.8 3.14 1.34 -
YUV 40.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 102 11 27 0 0.89 0.74 0.6 349.45 0.81 0.22
Hex 66 B 1B 0 59 4A 3C 15D 51 16
Octal 146 13 33 0 131 112 74 535 121 26
Binary 1100110 1011 11011 0 1011001 1001010 111100 101011101 1010001 10110

Color Harmonies of #660B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B1B

Black with #660B1B

Text Example


Text Example

White with #660B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660B1B; }

 p { color: rgb(102,11,27); }

 H1.HeaderClassName
 {
   color: #660B1B;
 }
 .AnyTagClassName
 {
   color: #660B1B;
 }
</style>

background-color css

<style>
 a { background-color: #660B1B; }

 a { background-color: rgb(102,11,27); }

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

border-color css

<style>
 span { border-color: #660B1B; }

 span { border-color: rgb(102,11,27); }

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