Html Css Color HEX #610308 Pohutukawa

📋 copy color: '#610308'

red 97 ◦ green 3 ◦ blue 8

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

Shades of Pohutukawa #610308

Tints of Pohutukawa #610308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 8 (3.52% from 255) = 7.41%

R = 89.81%
G = 2.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#610308 (or 0x610308) is known color: Pohutukawa. HEX triplet: 61, 03 and 08. RGB value is (97,3,8). Sum of RGB (Red+Green+Blue) = 97+3+8=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #610308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610308 is #9EFCF7. Grayscale: #1F1F1F. Windows color (decimal): -10419448 or 525153. OLE color: 525153.

HSL color Cylindrical-coordinate representation of color #610308: hue angle of 356.81º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610308 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 8 -
CMYK 0 0.97 0.92 0.62
HSL 356.81º 0.94% 0.2% -
HSV(B) 356.81º 0.97% 0.38% -
XYZ 5.01 2.62 0.47 -
YUV 31.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 97 3 8 0 0.97 0.92 0.62 356.81 0.94 0.2
Hex 61 3 8 0 61 5C 3E 165 5E 14
Octal 141 3 10 0 141 134 76 545 136 24
Binary 1100001 11 1000 0 1100001 1011100 111110 101100101 1011110 10100

Color Harmonies of #610308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610308

Black with #610308

Text Example


Text Example

White with #610308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610308; }

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

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

background-color css

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

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

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

border-color css

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

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

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