Html Css Color HEX #610D12 Pohutukawa

📋 copy color: '#610D12'

red 97 ◦ green 13 ◦ blue 18

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

Shades of Pohutukawa #610D12

Tints of Pohutukawa #610D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.16%

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 75.78%
G = 10.16%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#610D12 (or 0x610D12) is known color: Pohutukawa. HEX triplet: 61, 0D and 12. RGB value is (97,13,18). Sum of RGB (Red+Green+Blue) = 97+13+18=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #610D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D12 is #9EF2ED. Grayscale: #262626. Windows color (decimal): -10416878 or 1183073. OLE color: 1183073.

HSL color Cylindrical-coordinate representation of color #610D12: hue angle of 356.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D12 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 13 18 -
CMYK 0 0.87 0.81 0.62
HSL 356.43º 0.76% 0.22% -
HSV(B) 356.43º 0.87% 0.38% -
XYZ 5.18 2.87 0.85 -
YUV 38.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 97 13 18 0 0.87 0.81 0.62 356.43 0.76 0.22
Hex 61 D 12 0 57 51 3E 164 4C 16
Octal 141 15 22 0 127 121 76 544 114 26
Binary 1100001 1101 10010 0 1010111 1010001 111110 101100100 1001100 10110

Color Harmonies of #610D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D12

Black with #610D12

Text Example


Text Example

White with #610D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D12; }

 p { color: rgb(97,13,18); }

 H1.HeaderClassName
 {
   color: #610D12;
 }
 .AnyTagClassName
 {
   color: #610D12;
 }
</style>

background-color css

<style>
 a { background-color: #610D12; }

 a { background-color: rgb(97,13,18); }

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

border-color css

<style>
 span { border-color: #610D12; }

 span { border-color: rgb(97,13,18); }

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