Html Css Color HEX #61142E Pohutukawa

📋 copy color: '#61142E'

red 97 ◦ green 20 ◦ blue 46

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

Shades of Pohutukawa #61142E

Tints of Pohutukawa #61142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 59.51%
G = 12.27%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61142E (or 0x61142E) is known color: Pohutukawa. HEX triplet: 61, 14 and 2E. RGB value is (97,20,46). Sum of RGB (Red+Green+Blue) = 97+20+46=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61142E is #9EEBD1. Grayscale: #2D2D2D. Windows color (decimal): -10415058 or 3019873. OLE color: 3019873.

HSL color Cylindrical-coordinate representation of color #61142E: hue angle of 339.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61142E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 46 -
CMYK 0 0.79 0.53 0.62
HSL 339.74º 0.66% 0.23% -
HSV(B) 339.74º 0.79% 0.38% -
XYZ 5.67 3.24 2.91 -
YUV 45.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 97 20 46 0 0.79 0.53 0.62 339.74 0.66 0.23
Hex 61 14 2E 0 4F 35 3E 154 42 17
Octal 141 24 56 0 117 65 76 524 102 27
Binary 1100001 10100 101110 0 1001111 110101 111110 101010100 1000010 10111

Color Harmonies of #61142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61142E

Black with #61142E

Text Example


Text Example

White with #61142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61142E; }

 p { color: rgb(97,20,46); }

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

background-color css

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

 a { background-color: rgb(97,20,46); }

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

border-color css

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

 span { border-color: rgb(97,20,46); }

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