Html Css Color HEX #661226 Pohutukawa

📋 copy color: '#661226'

red 102 ◦ green 18 ◦ blue 38

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

Shades of Pohutukawa #661226

Tints of Pohutukawa #661226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 64.56%
G = 11.39%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#661226 (or 0x661226) is known color: Pohutukawa. HEX triplet: 66, 12 and 26. RGB value is (102,18,38). Sum of RGB (Red+Green+Blue) = 102+18+38=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #661226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661226 is #99EDD9. Grayscale: #2D2D2D. Windows color (decimal): -10087898 or 2495078. OLE color: 2495078.

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

Color convert

RGB 102 18 38 -
CMYK 0 0.82 0.63 0.6
HSL 345.71º 0.7% 0.24% -
HSV(B) 345.71º 0.82% 0.4% -
XYZ 6.05 3.4 2.17 -
YUV 45.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 102 18 38 0 0.82 0.63 0.6 345.71 0.7 0.24
Hex 66 12 26 0 52 3F 3C 15A 46 18
Octal 146 22 46 0 122 77 74 532 106 30
Binary 1100110 10010 100110 0 1010010 111111 111100 101011010 1000110 11000

Color Harmonies of #661226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661226

Black with #661226

Text Example


Text Example

White with #661226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661226; }

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

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

background-color css

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

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

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

border-color css

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

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

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