Html Css Color HEX #61152A Pohutukawa

📋 copy color: '#61152A'

red 97 ◦ green 21 ◦ blue 42

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

Shades of Pohutukawa #61152A

Tints of Pohutukawa #61152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

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

R = 60.63%
G = 13.13%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61152A (or 0x61152A) is known color: Pohutukawa. HEX triplet: 61, 15 and 2A. RGB value is (97,21,42). Sum of RGB (Red+Green+Blue) = 97+21+42=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61152A is #9EEAD5. Grayscale: #2E2E2E. Windows color (decimal): -10414806 or 2757985. OLE color: 2757985.

HSL color Cylindrical-coordinate representation of color #61152A: hue angle of 343.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61152A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 42 -
CMYK 0 0.78 0.57 0.62
HSL 343.42º 0.64% 0.23% -
HSV(B) 343.42º 0.78% 0.38% -
XYZ 5.62 3.24 2.52 -
YUV 46.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 97 21 42 0 0.78 0.57 0.62 343.42 0.64 0.23
Hex 61 15 2A 0 4E 39 3E 157 40 17
Octal 141 25 52 0 116 71 76 527 100 27
Binary 1100001 10101 101010 0 1001110 111001 111110 101010111 1000000 10111

Color Harmonies of #61152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61152A

Black with #61152A

Text Example


Text Example

White with #61152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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