Html Css Color HEX #610005 Pohutukawa

📋 copy color: '#610005'

red 97 ◦ green 0 ◦ blue 5

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

Shades of Pohutukawa #610005

Tints of Pohutukawa #610005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.1%
G = 0%
B = 4.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#610005 (or 0x610005) is known color: Pohutukawa. HEX triplet: 61, 00 and 05. RGB value is (97,0,5). Sum of RGB (Red+Green+Blue) = 97+0+5=102 (13% of max value = 765). Red value is 97 (38.28% from 255 or 95.10% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 97 - color contains mainly: red. Hex color #610005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610005 is #9EFFFA. Grayscale: #1D1D1D. Windows color (decimal): -10420219 or 327777. OLE color: 327777.

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

Color convert

RGB 97 0 5 -
CMYK 0 1 0.95 0.62
HSL 356.91º 1% 0.19% -
HSV(B) 356.91º 1% 0.38% -
XYZ 4.96 2.55 0.37 -
YUV 29.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 97 0 5 0 1 0.95 0.62 356.91 1 0.19
Hex 61 0 5 0 64 5F 3E 165 64 13
Octal 141 0 5 0 144 137 76 545 144 23
Binary 1100001 0 101 0 1100100 1011111 111110 101100101 1100100 10011

Color Harmonies of #610005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610005

Black with #610005

Text Example


Text Example

White with #610005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610005; }

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

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

background-color css

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

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

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

border-color css

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

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

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