Html Css Color HEX #650C28 Pohutukawa

📋 copy color: '#650C28'

red 101 ◦ green 12 ◦ blue 40

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

Shades of Pohutukawa #650C28

Tints of Pohutukawa #650C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.84%

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 66.01%
G = 7.84%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#650C28 (or 0x650C28) is known color: Pohutukawa. HEX triplet: 65, 0C and 28. RGB value is (101,12,40). Sum of RGB (Red+Green+Blue) = 101+12+40=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #650C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C28 is #9AF3D7. Grayscale: #292929. Windows color (decimal): -10154968 or 2624613. OLE color: 2624613.

HSL color Cylindrical-coordinate representation of color #650C28: hue angle of 341.12º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C28 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 12 40 -
CMYK 0 0.88 0.60 0.60
HSL 341.12º 0.79% 0.22% -
HSV(B) 341.12º 0.88% 0.4% -
XYZ 5.88 3.18 2.31 -
YUV 41.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 101 12 40 0 0.88 0.60 0.60 341.12 0.79 0.22
Hex 65 C 28 0 58 3C 3C 155 4F 16
Octal 145 14 50 0 130 74 74 525 117 26
Binary 1100101 1100 101000 0 1011000 111100 111100 101010101 1001111 10110

Color Harmonies of #650C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C28

Black with #650C28

Text Example


Text Example

White with #650C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650C28; }

 p { color: rgb(101,12,40); }

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

background-color css

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

 a { background-color: rgb(101,12,40); }

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

border-color css

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

 span { border-color: rgb(101,12,40); }

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