Html Css Color HEX #61142F Pohutukawa

📋 copy color: '#61142F'

red 97 ◦ green 20 ◦ blue 47

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

Shades of Pohutukawa #61142F

Tints of Pohutukawa #61142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.66%

R = 59.15%
G = 12.2%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61142F (or 0x61142F) is known color: Pohutukawa. HEX triplet: 61, 14 and 2F. RGB value is (97,20,47). Sum of RGB (Red+Green+Blue) = 97+20+47=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61142F is #9EEBD0. Grayscale: #2E2E2E. Windows color (decimal): -10415057 or 3085409. OLE color: 3085409.

HSL color Cylindrical-coordinate representation of color #61142F: hue angle of 338.96º 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 #61142F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 47 -
CMYK 0 0.79 0.52 0.62
HSL 338.96º 0.66% 0.23% -
HSV(B) 338.96º 0.79% 0.38% -
XYZ 5.69 3.25 3.02 -
YUV 46.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 97 20 47 0 0.79 0.52 0.62 338.96 0.66 0.23
Hex 61 14 2F 0 4F 34 3E 153 42 17
Octal 141 24 57 0 117 64 76 523 102 27
Binary 1100001 10100 101111 0 1001111 110100 111110 101010011 1000010 10111

Color Harmonies of #61142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61142F

Black with #61142F

Text Example


Text Example

White with #61142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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