Html Css Color HEX #661323 Pohutukawa

📋 copy color: '#661323'

red 102 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #661323

Tints of Pohutukawa #661323

RGB

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

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

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

R = 65.38%
G = 12.18%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#661323 (or 0x661323) is known color: Pohutukawa. HEX triplet: 66, 13 and 23. RGB value is (102,19,35). Sum of RGB (Red+Green+Blue) = 102+19+35=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #661323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661323 is #99ECDC. Grayscale: #2D2D2D. Windows color (decimal): -10087645 or 2298726. OLE color: 2298726.

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

Color convert

RGB 102 19 35 -
CMYK 0 0.81 0.66 0.6
HSL 348.43º 0.69% 0.24% -
HSV(B) 348.43º 0.81% 0.4% -
XYZ 6.02 3.41 1.93 -
YUV 45.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 102 19 35 0 0.81 0.66 0.6 348.43 0.69 0.24
Hex 66 13 23 0 51 42 3C 15C 45 18
Octal 146 23 43 0 121 102 74 534 105 30
Binary 1100110 10011 100011 0 1010001 1000010 111100 101011100 1000101 11000

Color Harmonies of #661323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661323

Black with #661323

Text Example


Text Example

White with #661323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661323; }

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

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

background-color css

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

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

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

border-color css

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

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

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