Html Css Color HEX #660509 Pohutukawa

📋 copy color: '#660509'

red 102 ◦ green 5 ◦ blue 9

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

Shades of Pohutukawa #660509

Tints of Pohutukawa #660509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 87.93%
G = 4.31%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#660509 (or 0x660509) is known color: Pohutukawa. HEX triplet: 66, 05 and 09. RGB value is (102,5,9). Sum of RGB (Red+Green+Blue) = 102+5+9=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #660509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660509 is #99FAF6. Grayscale: #222222. Windows color (decimal): -10091255 or 591206. OLE color: 591206.

HSL color Cylindrical-coordinate representation of color #660509: hue angle of 357.53º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660509 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 9 -
CMYK 0 0.95 0.91 0.6
HSL 357.53º 0.91% 0.21% -
HSV(B) 357.53º 0.95% 0.4% -
XYZ 5.58 2.95 0.53 -
YUV 34.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 102 5 9 0 0.95 0.91 0.6 357.53 0.91 0.21
Hex 66 5 9 0 5F 5B 3C 166 5B 15
Octal 146 5 11 0 137 133 74 546 133 25
Binary 1100110 101 1001 0 1011111 1011011 111100 101100110 1011011 10101

Color Harmonies of #660509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660509

Black with #660509

Text Example


Text Example

White with #660509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660509; }

 p { color: rgb(102,5,9); }

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

background-color css

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

 a { background-color: rgb(102,5,9); }

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

border-color css

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

 span { border-color: rgb(102,5,9); }

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