Html Css Color HEX #660828 Pohutukawa

📋 copy color: '#660828'

red 102 ◦ green 8 ◦ blue 40

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

Shades of Pohutukawa #660828

Tints of Pohutukawa #660828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 68%
G = 5.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#660828 (or 0x660828) is known color: Pohutukawa. HEX triplet: 66, 08 and 28. RGB value is (102,8,40). Sum of RGB (Red+Green+Blue) = 102+8+40=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #660828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660828 is #99F7D7. Grayscale: #272727. Windows color (decimal): -10090456 or 2623590. OLE color: 2623590.

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

Color convert

RGB 102 8 40 -
CMYK 0 0.92 0.61 0.6
HSL 339.57º 0.85% 0.22% -
HSV(B) 339.57º 0.92% 0.4% -
XYZ 5.95 3.15 2.3 -
YUV 39.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 102 8 40 0 0.92 0.61 0.6 339.57 0.85 0.22
Hex 66 8 28 0 5C 3D 3C 154 55 16
Octal 146 10 50 0 134 75 74 524 125 26
Binary 1100110 1000 101000 0 1011100 111101 111100 101010100 1010101 10110

Color Harmonies of #660828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660828

Black with #660828

Text Example


Text Example

White with #660828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660828; }

 p { color: rgb(102,8,40); }

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

background-color css

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

 a { background-color: rgb(102,8,40); }

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

border-color css

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

 span { border-color: rgb(102,8,40); }

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