Html Css Color HEX #651127 Pohutukawa

📋 copy color: '#651127'

red 101 ◦ green 17 ◦ blue 39

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

Shades of Pohutukawa #651127

Tints of Pohutukawa #651127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 64.33%
G = 10.83%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#651127 (or 0x651127) is known color: Pohutukawa. HEX triplet: 65, 11 and 27. RGB value is (101,17,39). Sum of RGB (Red+Green+Blue) = 101+17+39=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651127 is #9AEED8. Grayscale: #2C2C2C. Windows color (decimal): -10153689 or 2560357. OLE color: 2560357.

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

Color convert

RGB 101 17 39 -
CMYK 0 0.83 0.61 0.60
HSL 344.29º 0.71% 0.23% -
HSV(B) 344.29º 0.83% 0.4% -
XYZ 5.93 3.31 2.25 -
YUV 44.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 101 17 39 0 0.83 0.61 0.60 344.29 0.71 0.23
Hex 65 11 27 0 53 3D 3C 158 47 17
Octal 145 21 47 0 123 75 74 530 107 27
Binary 1100101 10001 100111 0 1010011 111101 111100 101011000 1000111 10111

Color Harmonies of #651127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651127

Black with #651127

Text Example


Text Example

White with #651127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651127; }

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

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

background-color css

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

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

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

border-color css

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

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

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