Html Css Color HEX #612127 Pohutukawa

📋 copy color: '#612127'

red 97 ◦ green 33 ◦ blue 39

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

Shades of Pohutukawa #612127

Tints of Pohutukawa #612127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 57.4%
G = 19.53%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#612127 (or 0x612127) is known color: Pohutukawa. HEX triplet: 61, 21 and 27. RGB value is (97,33,39). Sum of RGB (Red+Green+Blue) = 97+33+39=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612127 is #9EDED8. Grayscale: #343434. Windows color (decimal): -10411737 or 2564449. OLE color: 2564449.

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

Color convert

RGB 97 33 39 -
CMYK 0 0.66 0.60 0.62
HSL 354.38º 0.49% 0.25% -
HSV(B) 354.38º 0.66% 0.38% -
XYZ 5.84 3.78 2.34 -
YUV 52.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 97 33 39 0 0.66 0.60 0.62 354.38 0.49 0.25
Hex 61 21 27 0 42 3C 3E 162 31 19
Octal 141 41 47 0 102 74 76 542 61 31
Binary 1100001 100001 100111 0 1000010 111100 111110 101100010 110001 11001

Color Harmonies of #612127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612127

Black with #612127

Text Example


Text Example

White with #612127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612127; }

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

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

background-color css

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

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

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

border-color css

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

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

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