Html Css Color HEX #660407 Pohutukawa

📋 copy color: '#660407'

red 102 ◦ green 4 ◦ blue 7

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

Shades of Pohutukawa #660407

Tints of Pohutukawa #660407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.19%

R = 90.27%
G = 3.54%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#660407 (or 0x660407) is known color: Pohutukawa. HEX triplet: 66, 04 and 07. RGB value is (102,4,7). Sum of RGB (Red+Green+Blue) = 102+4+7=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660407 is #99FBF8. Grayscale: #212121. Windows color (decimal): -10091513 or 459878. OLE color: 459878.

HSL color Cylindrical-coordinate representation of color #660407: hue angle of 358.16º 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 #660407 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 7 -
CMYK 0 0.96 0.93 0.6
HSL 358.16º 0.92% 0.21% -
HSV(B) 358.16º 0.96% 0.4% -
XYZ 5.56 2.93 0.47 -
YUV 33.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 102 4 7 0 0.96 0.93 0.6 358.16 0.92 0.21
Hex 66 4 7 0 60 5D 3C 166 5C 15
Octal 146 4 7 0 140 135 74 546 134 25
Binary 1100110 100 111 0 1100000 1011101 111100 101100110 1011100 10101

Color Harmonies of #660407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660407

Black with #660407

Text Example


Text Example

White with #660407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660407; }

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

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

background-color css

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

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

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

border-color css

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

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

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