Html Css Color HEX #660405 Pohutukawa

📋 copy color: '#660405'

red 102 ◦ green 4 ◦ blue 5

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

Shades of Pohutukawa #660405

Tints of Pohutukawa #660405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 91.89%
G = 3.6%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#660405 (or 0x660405) is known color: Pohutukawa. HEX triplet: 66, 04 and 05. RGB value is (102,4,5). Sum of RGB (Red+Green+Blue) = 102+4+5=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660405 is #99FBFA. Grayscale: #212121. Windows color (decimal): -10091515 or 328806. OLE color: 328806.

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

Color convert

RGB 102 4 5 -
CMYK 0 0.96 0.95 0.6
HSL 359.39º 0.92% 0.21% -
HSV(B) 359.39º 0.96% 0.4% -
XYZ 5.55 2.92 0.42 -
YUV 33.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 102 4 5 0 0.96 0.95 0.6 359.39 0.92 0.21
Hex 66 4 5 0 60 5F 3C 167 5C 15
Octal 146 4 5 0 140 137 74 547 134 25
Binary 1100110 100 101 0 1100000 1011111 111100 101100111 1011100 10101

Color Harmonies of #660405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660405

Black with #660405

Text Example


Text Example

White with #660405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660405; }

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

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

background-color css

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

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

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

border-color css

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

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

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