Html Css Color HEX #661822 Pohutukawa

📋 copy color: '#661822'

red 102 ◦ green 24 ◦ blue 34

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

Shades of Pohutukawa #661822

Tints of Pohutukawa #661822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 63.75%
G = 15%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#661822 (or 0x661822) is known color: Pohutukawa. HEX triplet: 66, 18 and 22. RGB value is (102,24,34). Sum of RGB (Red+Green+Blue) = 102+24+34=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661822 is #99E7DD. Grayscale: #303030. Windows color (decimal): -10086366 or 2234470. OLE color: 2234470.

HSL color Cylindrical-coordinate representation of color #661822: hue angle of 352.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661822 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 24 34 -
CMYK 0 0.76 0.67 0.6
HSL 352.31º 0.62% 0.25% -
HSV(B) 352.31º 0.76% 0.4% -
XYZ 6.09 3.59 1.89 -
YUV 48.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 102 24 34 0 0.76 0.67 0.6 352.31 0.62 0.25
Hex 66 18 22 0 4C 43 3C 160 3E 19
Octal 146 30 42 0 114 103 74 540 76 31
Binary 1100110 11000 100010 0 1001100 1000011 111100 101100000 111110 11001

Color Harmonies of #661822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661822

Black with #661822

Text Example


Text Example

White with #661822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661822; }

 p { color: rgb(102,24,34); }

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

background-color css

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

 a { background-color: rgb(102,24,34); }

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

border-color css

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

 span { border-color: rgb(102,24,34); }

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