Html Css Color HEX #661228 Pohutukawa

📋 copy color: '#661228'

red 102 ◦ green 18 ◦ blue 40

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

Shades of Pohutukawa #661228

Tints of Pohutukawa #661228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

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

R = 63.75%
G = 11.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#661228 (or 0x661228) is known color: Pohutukawa. HEX triplet: 66, 12 and 28. RGB value is (102,18,40). Sum of RGB (Red+Green+Blue) = 102+18+40=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661228 is #99EDD7. Grayscale: #2D2D2D. Windows color (decimal): -10087896 or 2626150. OLE color: 2626150.

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

Color convert

RGB 102 18 40 -
CMYK 0 0.82 0.61 0.6
HSL 344.29º 0.7% 0.24% -
HSV(B) 344.29º 0.82% 0.4% -
XYZ 6.08 3.41 2.35 -
YUV 45.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 102 18 40 0 0.82 0.61 0.6 344.29 0.7 0.24
Hex 66 12 28 0 52 3D 3C 158 46 18
Octal 146 22 50 0 122 75 74 530 106 30
Binary 1100110 10010 101000 0 1010010 111101 111100 101011000 1000110 11000

Color Harmonies of #661228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661228

Black with #661228

Text Example


Text Example

White with #661228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661228; }

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

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

background-color css

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

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

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

border-color css

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

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

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