Html Css Color HEX #612028 Pohutukawa

📋 copy color: '#612028'

red 97 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #612028

Tints of Pohutukawa #612028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

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

R = 57.4%
G = 18.93%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#612028 (or 0x612028) is known color: Pohutukawa. HEX triplet: 61, 20 and 28. RGB value is (97,32,40). Sum of RGB (Red+Green+Blue) = 97+32+40=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612028 is #9EDFD7. Grayscale: #343434. Windows color (decimal): -10411992 or 2629729. OLE color: 2629729.

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

Color convert

RGB 97 32 40 -
CMYK 0 0.67 0.59 0.62
HSL 352.62º 0.5% 0.25% -
HSV(B) 352.62º 0.67% 0.38% -
XYZ 5.83 3.73 2.42 -
YUV 52.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 97 32 40 0 0.67 0.59 0.62 352.62 0.5 0.25
Hex 61 20 28 0 43 3B 3E 161 32 19
Octal 141 40 50 0 103 73 76 541 62 31
Binary 1100001 100000 101000 0 1000011 111011 111110 101100001 110010 11001

Color Harmonies of #612028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612028

Black with #612028

Text Example


Text Example

White with #612028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612028; }

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

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

background-color css

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

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

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

border-color css

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

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

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