Html Css Color HEX #661223 Pohutukawa

📋 copy color: '#661223'

red 102 ◦ green 18 ◦ blue 35

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

Shades of Pohutukawa #661223

Tints of Pohutukawa #661223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 65.81%
G = 11.61%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#661223 (or 0x661223) is known color: Pohutukawa. HEX triplet: 66, 12 and 23. RGB value is (102,18,35). Sum of RGB (Red+Green+Blue) = 102+18+35=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661223 is #99EDDC. Grayscale: #2D2D2D. Windows color (decimal): -10087901 or 2298470. OLE color: 2298470.

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

Color convert

RGB 102 18 35 -
CMYK 0 0.82 0.66 0.6
HSL 347.86º 0.7% 0.24% -
HSV(B) 347.86º 0.82% 0.4% -
XYZ 6 3.38 1.93 -
YUV 45.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 102 18 35 0 0.82 0.66 0.6 347.86 0.7 0.24
Hex 66 12 23 0 52 42 3C 15C 46 18
Octal 146 22 43 0 122 102 74 534 106 30
Binary 1100110 10010 100011 0 1010010 1000010 111100 101011100 1000110 11000

Color Harmonies of #661223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661223

Black with #661223

Text Example


Text Example

White with #661223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661223; }

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

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

background-color css

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

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

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

border-color css

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

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

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