Html Css Color HEX #651727 Pohutukawa

📋 copy color: '#651727'

red 101 ◦ green 23 ◦ blue 39

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

Shades of Pohutukawa #651727

Tints of Pohutukawa #651727

RGB

 RED value IS 101 (39.84% from 255) = 61.96%

 GREEN value IS 23 (9.38% from 255) = 14.11%

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 61.96%
G = 14.11%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#651727 (or 0x651727) is known color: Pohutukawa. HEX triplet: 65, 17 and 27. RGB value is (101,23,39). Sum of RGB (Red+Green+Blue) = 101+23+39=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #651727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651727 is #9AE8D8. Grayscale: #303030. Windows color (decimal): -10152153 or 2561893. OLE color: 2561893.

HSL color Cylindrical-coordinate representation of color #651727: hue angle of 347.69º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651727 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 39 -
CMYK 0 0.77 0.61 0.60
HSL 347.69º 0.63% 0.24% -
HSV(B) 347.69º 0.77% 0.4% -
XYZ 6.04 3.53 2.28 -
YUV 48.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 101 23 39 0 0.77 0.61 0.60 347.69 0.63 0.24
Hex 65 17 27 0 4D 3D 3C 15C 3F 18
Octal 145 27 47 0 115 75 74 534 77 30
Binary 1100101 10111 100111 0 1001101 111101 111100 101011100 111111 11000

Color Harmonies of #651727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651727

Black with #651727

Text Example


Text Example

White with #651727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651727; }

 p { color: rgb(101,23,39); }

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

background-color css

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

 a { background-color: rgb(101,23,39); }

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

border-color css

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

 span { border-color: rgb(101,23,39); }

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