Html Css Color HEX #612128 Pohutukawa

📋 copy color: '#612128'

red 97 ◦ green 33 ◦ blue 40

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

Shades of Pohutukawa #612128

Tints of Pohutukawa #612128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.53%

R = 57.06%
G = 19.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#612128 (or 0x612128) is known color: Pohutukawa. HEX triplet: 61, 21 and 28. RGB value is (97,33,40). Sum of RGB (Red+Green+Blue) = 97+33+40=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #612128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612128 is #9EDED7. Grayscale: #343434. Windows color (decimal): -10411736 or 2629985. OLE color: 2629985.

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

Color convert

RGB 97 33 40 -
CMYK 0 0.66 0.59 0.62
HSL 353.44º 0.49% 0.25% -
HSV(B) 353.44º 0.66% 0.38% -
XYZ 5.86 3.78 2.43 -
YUV 52.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 97 33 40 0 0.66 0.59 0.62 353.44 0.49 0.25
Hex 61 21 28 0 42 3B 3E 161 31 19
Octal 141 41 50 0 102 73 76 541 61 31
Binary 1100001 100001 101000 0 1000010 111011 111110 101100001 110001 11001

Color Harmonies of #612128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612128

Black with #612128

Text Example


Text Example

White with #612128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612128; }

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

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

background-color css

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

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

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

border-color css

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

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

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