Html Css Color HEX #61081D Pohutukawa

📋 copy color: '#61081D'

red 97 ◦ green 8 ◦ blue 29

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

Shades of Pohutukawa #61081D

Tints of Pohutukawa #61081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

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

R = 72.39%
G = 5.97%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61081D (or 0x61081D) is known color: Pohutukawa. HEX triplet: 61, 08 and 1D. RGB value is (97,8,29). Sum of RGB (Red+Green+Blue) = 97+8+29=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #61081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61081D is #9EF7E2. Grayscale: #252525. Windows color (decimal): -10418147 or 1902689. OLE color: 1902689.

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

Color convert

RGB 97 8 29 -
CMYK 0 0.92 0.70 0.62
HSL 345.84º 0.85% 0.21% -
HSV(B) 345.84º 0.92% 0.38% -
XYZ 5.24 2.8 1.43 -
YUV 37.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 97 8 29 0 0.92 0.70 0.62 345.84 0.85 0.21
Hex 61 8 1D 0 5C 46 3E 15A 55 15
Octal 141 10 35 0 134 106 76 532 125 25
Binary 1100001 1000 11101 0 1011100 1000110 111110 101011010 1010101 10101

Color Harmonies of #61081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61081D

Black with #61081D

Text Example


Text Example

White with #61081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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