Html Css Color HEX #660722 Pohutukawa

📋 copy color: '#660722'

red 102 ◦ green 7 ◦ blue 34

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

Shades of Pohutukawa #660722

Tints of Pohutukawa #660722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 71.33%
G = 4.9%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#660722 (or 0x660722) is known color: Pohutukawa. HEX triplet: 66, 07 and 22. RGB value is (102,7,34). Sum of RGB (Red+Green+Blue) = 102+7+34=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660722 is #99F8DD. Grayscale: #262626. Windows color (decimal): -10090718 or 2230118. OLE color: 2230118.

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

Color convert

RGB 102 7 34 -
CMYK 0 0.93 0.67 0.6
HSL 342.95º 0.87% 0.21% -
HSV(B) 342.95º 0.93% 0.4% -
XYZ 5.84 3.09 1.8 -
YUV 38.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 102 7 34 0 0.93 0.67 0.6 342.95 0.87 0.21
Hex 66 7 22 0 5D 43 3C 157 57 15
Octal 146 7 42 0 135 103 74 527 127 25
Binary 1100110 111 100010 0 1011101 1000011 111100 101010111 1010111 10101

Color Harmonies of #660722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660722

Black with #660722

Text Example


Text Example

White with #660722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660722; }

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

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

background-color css

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

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

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

border-color css

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

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

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