Html Css Color HEX #61181D Pohutukawa

📋 copy color: '#61181D'

red 97 ◦ green 24 ◦ blue 29

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

Shades of Pohutukawa #61181D

Tints of Pohutukawa #61181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 64.67%
G = 16%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61181D (or 0x61181D) is known color: Pohutukawa. HEX triplet: 61, 18 and 1D. RGB value is (97,24,29). Sum of RGB (Red+Green+Blue) = 97+24+29=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #61181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61181D is #9EE7E2. Grayscale: #2E2E2E. Windows color (decimal): -10414051 or 1906785. OLE color: 1906785.

HSL color Cylindrical-coordinate representation of color #61181D: hue angle of 355.89º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61181D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 29 -
CMYK 0 0.75 0.70 0.62
HSL 355.89º 0.6% 0.24% -
HSV(B) 355.89º 0.75% 0.38% -
XYZ 5.48 3.28 1.51 -
YUV 46.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 97 24 29 0 0.75 0.70 0.62 355.89 0.6 0.24
Hex 61 18 1D 0 4B 46 3E 164 3C 18
Octal 141 30 35 0 113 106 76 544 74 30
Binary 1100001 11000 11101 0 1001011 1000110 111110 101100100 111100 11000

Color Harmonies of #61181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61181D

Black with #61181D

Text Example


Text Example

White with #61181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61181D; }

 p { color: rgb(97,24,29); }

 H1.HeaderClassName
 {
   color: #61181D;
 }
 .AnyTagClassName
 {
   color: #61181D;
 }
</style>

background-color css

<style>
 a { background-color: #61181D; }

 a { background-color: rgb(97,24,29); }

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

border-color css

<style>
 span { border-color: #61181D; }

 span { border-color: rgb(97,24,29); }

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