Html Css Color HEX #61142A Pohutukawa

📋 copy color: '#61142A'

red 97 ◦ green 20 ◦ blue 42

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

Shades of Pohutukawa #61142A

Tints of Pohutukawa #61142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 61.01%
G = 12.58%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61142A (or 0x61142A) is known color: Pohutukawa. HEX triplet: 61, 14 and 2A. RGB value is (97,20,42). Sum of RGB (Red+Green+Blue) = 97+20+42=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61142A is #9EEBD5. Grayscale: #2D2D2D. Windows color (decimal): -10415062 or 2757729. OLE color: 2757729.

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

Color convert

RGB 97 20 42 -
CMYK 0 0.79 0.57 0.62
HSL 342.86º 0.66% 0.23% -
HSV(B) 342.86º 0.79% 0.38% -
XYZ 5.6 3.21 2.51 -
YUV 45.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 97 20 42 0 0.79 0.57 0.62 342.86 0.66 0.23
Hex 61 14 2A 0 4F 39 3E 157 42 17
Octal 141 24 52 0 117 71 76 527 102 27
Binary 1100001 10100 101010 0 1001111 111001 111110 101010111 1000010 10111

Color Harmonies of #61142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61142A

Black with #61142A

Text Example


Text Example

White with #61142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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