Html Css Color HEX #610205 Pohutukawa

📋 copy color: '#610205'

red 97 ◦ green 2 ◦ blue 5

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

Shades of Pohutukawa #610205

Tints of Pohutukawa #610205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

 BLUE value IS 5 (2.34% from 255) = 4.81%

R = 93.27%
G = 1.92%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#610205 (or 0x610205) is known color: Pohutukawa. HEX triplet: 61, 02 and 05. RGB value is (97,2,5). Sum of RGB (Red+Green+Blue) = 97+2+5=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610205 is #9EFDFA. Grayscale: #1E1E1E. Windows color (decimal): -10419707 or 328289. OLE color: 328289.

HSL color Cylindrical-coordinate representation of color #610205: hue angle of 358.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 5 -
CMYK 0 0.98 0.95 0.62
HSL 358.11º 0.96% 0.19% -
HSV(B) 358.11º 0.98% 0.38% -
XYZ 4.98 2.6 0.38 -
YUV 30.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 97 2 5 0 0.98 0.95 0.62 358.11 0.96 0.19
Hex 61 2 5 0 62 5F 3E 166 60 13
Octal 141 2 5 0 142 137 76 546 140 23
Binary 1100001 10 101 0 1100010 1011111 111110 101100110 1100000 10011

Color Harmonies of #610205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610205

Black with #610205

Text Example


Text Example

White with #610205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610205; }

 p { color: rgb(97,2,5); }

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

background-color css

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

 a { background-color: rgb(97,2,5); }

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

border-color css

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

 span { border-color: rgb(97,2,5); }

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