Html Css Color HEX #61181E Pohutukawa

📋 copy color: '#61181E'

red 97 ◦ green 24 ◦ blue 30

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

Shades of Pohutukawa #61181E

Tints of Pohutukawa #61181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 64.24%
G = 15.89%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61181E (or 0x61181E) is known color: Pohutukawa. HEX triplet: 61, 18 and 1E. RGB value is (97,24,30). Sum of RGB (Red+Green+Blue) = 97+24+30=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61181E is #9EE7E1. Grayscale: #2E2E2E. Windows color (decimal): -10414050 or 1972321. OLE color: 1972321.

HSL color Cylindrical-coordinate representation of color #61181E: hue angle of 355.07º 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 #61181E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 30 -
CMYK 0 0.75 0.69 0.62
HSL 355.07º 0.6% 0.24% -
HSV(B) 355.07º 0.75% 0.38% -
XYZ 5.49 3.29 1.57 -
YUV 46.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 97 24 30 0 0.75 0.69 0.62 355.07 0.6 0.24
Hex 61 18 1E 0 4B 45 3E 163 3C 18
Octal 141 30 36 0 113 105 76 543 74 30
Binary 1100001 11000 11110 0 1001011 1000101 111110 101100011 111100 11000

Color Harmonies of #61181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61181E

Black with #61181E

Text Example


Text Example

White with #61181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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