Html Css Color HEX #612129 Pohutukawa

📋 copy color: '#612129'

red 97 ◦ green 33 ◦ blue 41

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

Shades of Pohutukawa #612129

Tints of Pohutukawa #612129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

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

R = 56.73%
G = 19.3%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#612129 (or 0x612129) is known color: Pohutukawa. HEX triplet: 61, 21 and 29. RGB value is (97,33,41). Sum of RGB (Red+Green+Blue) = 97+33+41=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612129 is #9EDED6. Grayscale: #353535. Windows color (decimal): -10411735 or 2695521. OLE color: 2695521.

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

Color convert

RGB 97 33 41 -
CMYK 0 0.66 0.58 0.62
HSL 352.5º 0.49% 0.25% -
HSV(B) 352.5º 0.66% 0.38% -
XYZ 5.87 3.79 2.52 -
YUV 53.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 97 33 41 0 0.66 0.58 0.62 352.5 0.49 0.25
Hex 61 21 29 0 42 3A 3E 160 31 19
Octal 141 41 51 0 102 72 76 540 61 31
Binary 1100001 100001 101001 0 1000010 111010 111110 101100000 110001 11001

Color Harmonies of #612129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612129

Black with #612129

Text Example


Text Example

White with #612129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612129; }

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

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

background-color css

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

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

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

border-color css

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

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

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