Html Css Color HEX #61151B Pohutukawa

📋 copy color: '#61151B'

red 97 ◦ green 21 ◦ blue 27

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

Shades of Pohutukawa #61151B

Tints of Pohutukawa #61151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 66.9%
G = 14.48%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61151B (or 0x61151B) is known color: Pohutukawa. HEX triplet: 61, 15 and 1B. RGB value is (97,21,27). Sum of RGB (Red+Green+Blue) = 97+21+27=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61151B is #9EEAE4. Grayscale: #2C2C2C. Windows color (decimal): -10414821 or 1774945. OLE color: 1774945.

HSL color Cylindrical-coordinate representation of color #61151B: hue angle of 355.26º 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 #61151B is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 27 -
CMYK 0 0.78 0.72 0.62
HSL 355.26º 0.64% 0.23% -
HSV(B) 355.26º 0.78% 0.38% -
XYZ 5.4 3.16 1.36 -
YUV 44.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 97 21 27 0 0.78 0.72 0.62 355.26 0.64 0.23
Hex 61 15 1B 0 4E 48 3E 163 40 17
Octal 141 25 33 0 116 110 76 543 100 27
Binary 1100001 10101 11011 0 1001110 1001000 111110 101100011 1000000 10111

Color Harmonies of #61151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61151B

Black with #61151B

Text Example


Text Example

White with #61151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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