Html Css Color HEX #661129 Pohutukawa

📋 copy color: '#661129'

red 102 ◦ green 17 ◦ blue 41

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

Shades of Pohutukawa #661129

Tints of Pohutukawa #661129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.63%

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 63.75%
G = 10.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#661129 (or 0x661129) is known color: Pohutukawa. HEX triplet: 66, 11 and 29. RGB value is (102,17,41). Sum of RGB (Red+Green+Blue) = 102+17+41=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661129 is #99EED6. Grayscale: #2D2D2D. Windows color (decimal): -10088151 or 2691430. OLE color: 2691430.

HSL color Cylindrical-coordinate representation of color #661129: hue angle of 343.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661129 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 41 -
CMYK 0 0.83 0.60 0.6
HSL 343.06º 0.71% 0.23% -
HSV(B) 343.06º 0.83% 0.4% -
XYZ 6.08 3.39 2.43 -
YUV 45.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 102 17 41 0 0.83 0.60 0.6 343.06 0.71 0.23
Hex 66 11 29 0 53 3C 3C 157 47 17
Octal 146 21 51 0 123 74 74 527 107 27
Binary 1100110 10001 101001 0 1010011 111100 111100 101010111 1000111 10111

Color Harmonies of #661129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661129

Black with #661129

Text Example


Text Example

White with #661129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661129; }

 p { color: rgb(102,17,41); }

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

background-color css

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

 a { background-color: rgb(102,17,41); }

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

border-color css

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

 span { border-color: rgb(102,17,41); }

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