Html Css Color HEX #610D1B Pohutukawa

📋 copy color: '#610D1B'

red 97 ◦ green 13 ◦ blue 27

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

Shades of Pohutukawa #610D1B

Tints of Pohutukawa #610D1B

RGB

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

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

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

R = 70.8%
G = 9.49%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#610D1B (or 0x610D1B) is known color: Pohutukawa. HEX triplet: 61, 0D and 1B. RGB value is (97,13,27). Sum of RGB (Red+Green+Blue) = 97+13+27=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D1B is #9EF2E4. Grayscale: #272727. Windows color (decimal): -10416869 or 1772897. OLE color: 1772897.

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

Color convert

RGB 97 13 27 -
CMYK 0 0.87 0.72 0.62
HSL 350º 0.76% 0.22% -
HSV(B) 350º 0.87% 0.38% -
XYZ 5.27 2.91 1.32 -
YUV 39.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 97 13 27 0 0.87 0.72 0.62 350 0.76 0.22
Hex 61 D 1B 0 57 48 3E 15E 4C 16
Octal 141 15 33 0 127 110 76 536 114 26
Binary 1100001 1101 11011 0 1010111 1001000 111110 101011110 1001100 10110

Color Harmonies of #610D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D1B

Black with #610D1B

Text Example


Text Example

White with #610D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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