Html Css Color HEX #661327 Pohutukawa

📋 copy color: '#661327'

red 102 ◦ green 19 ◦ blue 39

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

Shades of Pohutukawa #661327

Tints of Pohutukawa #661327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 63.75%
G = 11.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#661327 (or 0x661327) is known color: Pohutukawa. HEX triplet: 66, 13 and 27. RGB value is (102,19,39). Sum of RGB (Red+Green+Blue) = 102+19+39=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661327 is #99ECD8. Grayscale: #2E2E2E. Windows color (decimal): -10087641 or 2560870. OLE color: 2560870.

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

Color convert

RGB 102 19 39 -
CMYK 0 0.81 0.62 0.6
HSL 345.54º 0.69% 0.24% -
HSV(B) 345.54º 0.81% 0.4% -
XYZ 6.08 3.44 2.26 -
YUV 46.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 102 19 39 0 0.81 0.62 0.6 345.54 0.69 0.24
Hex 66 13 27 0 51 3E 3C 15A 45 18
Octal 146 23 47 0 121 76 74 532 105 30
Binary 1100110 10011 100111 0 1010001 111110 111100 101011010 1000101 11000

Color Harmonies of #661327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661327

Black with #661327

Text Example


Text Example

White with #661327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661327; }

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

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

background-color css

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

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

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

border-color css

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

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

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