Html Css Color HEX #611829 Pohutukawa

📋 copy color: '#611829'

red 97 ◦ green 24 ◦ blue 41

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

Shades of Pohutukawa #611829

Tints of Pohutukawa #611829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 59.88%
G = 14.81%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#611829 (or 0x611829) is known color: Pohutukawa. HEX triplet: 61, 18 and 29. RGB value is (97,24,41). Sum of RGB (Red+Green+Blue) = 97+24+41=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #611829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611829 is #9EE7D6. Grayscale: #2F2F2F. Windows color (decimal): -10414039 or 2693217. OLE color: 2693217.

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

Color convert

RGB 97 24 41 -
CMYK 0 0.75 0.58 0.62
HSL 346.03º 0.6% 0.24% -
HSV(B) 346.03º 0.75% 0.38% -
XYZ 5.66 3.35 2.45 -
YUV 47.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 97 24 41 0 0.75 0.58 0.62 346.03 0.6 0.24
Hex 61 18 29 0 4B 3A 3E 15A 3C 18
Octal 141 30 51 0 113 72 76 532 74 30
Binary 1100001 11000 101001 0 1001011 111010 111110 101011010 111100 11000

Color Harmonies of #611829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611829

Black with #611829

Text Example


Text Example

White with #611829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611829; }

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

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

background-color css

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

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

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

border-color css

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

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

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