Html Css Color HEX #650526 Pohutukawa

📋 copy color: '#650526'

red 101 ◦ green 5 ◦ blue 38

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

Shades of Pohutukawa #650526

Tints of Pohutukawa #650526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 70.14%
G = 3.47%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#650526 (or 0x650526) is known color: Pohutukawa. HEX triplet: 65, 05 and 26. RGB value is (101,5,38). Sum of RGB (Red+Green+Blue) = 101+5+38=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650526 is #9AFAD9. Grayscale: #252525. Windows color (decimal): -10156762 or 2491749. OLE color: 2491749.

HSL color Cylindrical-coordinate representation of color #650526: hue angle of 339.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650526 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 38 -
CMYK 0 0.95 0.62 0.60
HSL 339.38º 0.91% 0.21% -
HSV(B) 339.38º 0.95% 0.4% -
XYZ 5.77 3.02 2.11 -
YUV 37.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 101 5 38 0 0.95 0.62 0.60 339.38 0.91 0.21
Hex 65 5 26 0 5F 3E 3C 153 5B 15
Octal 145 5 46 0 137 76 74 523 133 25
Binary 1100101 101 100110 0 1011111 111110 111100 101010011 1011011 10101

Color Harmonies of #650526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650526

Black with #650526

Text Example


Text Example

White with #650526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650526; }

 p { color: rgb(101,5,38); }

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

background-color css

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

 a { background-color: rgb(101,5,38); }

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

border-color css

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

 span { border-color: rgb(101,5,38); }

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