Html Css Color HEX #661322 Pohutukawa

📋 copy color: '#661322'

red 102 ◦ green 19 ◦ blue 34

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

Shades of Pohutukawa #661322

Tints of Pohutukawa #661322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 65.81%
G = 12.26%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#661322 (or 0x661322) is known color: Pohutukawa. HEX triplet: 66, 13 and 22. RGB value is (102,19,34). Sum of RGB (Red+Green+Blue) = 102+19+34=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661322 is #99ECDD. Grayscale: #2D2D2D. Windows color (decimal): -10087646 or 2233190. OLE color: 2233190.

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

Color convert

RGB 102 19 34 -
CMYK 0 0.81 0.67 0.6
HSL 349.16º 0.69% 0.24% -
HSV(B) 349.16º 0.81% 0.4% -
XYZ 6 3.41 1.85 -
YUV 45.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 102 19 34 0 0.81 0.67 0.6 349.16 0.69 0.24
Hex 66 13 22 0 51 43 3C 15D 45 18
Octal 146 23 42 0 121 103 74 535 105 30
Binary 1100110 10011 100010 0 1010001 1000011 111100 101011101 1000101 11000

Color Harmonies of #661322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661322

Black with #661322

Text Example


Text Example

White with #661322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661322; }

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

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

background-color css

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

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

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

border-color css

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

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

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