Html Css Color HEX #611729 Pohutukawa

📋 copy color: '#611729'

red 97 ◦ green 23 ◦ blue 41

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

Shades of Pohutukawa #611729

Tints of Pohutukawa #611729

RGB

 RED value IS 97 (38.28% from 255) = 60.25%

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 60.25%
G = 14.29%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#611729 (or 0x611729) is known color: Pohutukawa. HEX triplet: 61, 17 and 29. RGB value is (97,23,41). Sum of RGB (Red+Green+Blue) = 97+23+41=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #611729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611729 is #9EE8D6. Grayscale: #2F2F2F. Windows color (decimal): -10414295 or 2692961. OLE color: 2692961.

HSL color Cylindrical-coordinate representation of color #611729: hue angle of 345.41º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611729 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 41 -
CMYK 0 0.76 0.58 0.62
HSL 345.41º 0.62% 0.24% -
HSV(B) 345.41º 0.76% 0.38% -
XYZ 5.64 3.31 2.44 -
YUV 47.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 97 23 41 0 0.76 0.58 0.62 345.41 0.62 0.24
Hex 61 17 29 0 4C 3A 3E 159 3E 18
Octal 141 27 51 0 114 72 76 531 76 30
Binary 1100001 10111 101001 0 1001100 111010 111110 101011001 111110 11000

Color Harmonies of #611729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611729

Black with #611729

Text Example


Text Example

White with #611729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611729; }

 p { color: rgb(97,23,41); }

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

background-color css

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

 a { background-color: rgb(97,23,41); }

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

border-color css

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

 span { border-color: rgb(97,23,41); }

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