Html Css Color HEX #651B23 Pohutukawa

📋 copy color: '#651B23'

red 101 ◦ green 27 ◦ blue 35

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

Shades of Pohutukawa #651B23

Tints of Pohutukawa #651B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

 BLUE value IS 35 (14.06% from 255) = 21.47%

R = 61.96%
G = 16.56%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#651B23 (or 0x651B23) is known color: Pohutukawa. HEX triplet: 65, 1B and 23. RGB value is (101,27,35). Sum of RGB (Red+Green+Blue) = 101+27+35=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #651B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B23 is #9AE4DC. Grayscale: #323232. Windows color (decimal): -10151133 or 2300773. OLE color: 2300773.

HSL color Cylindrical-coordinate representation of color #651B23: hue angle of 353.51º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B23 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 27 35 -
CMYK 0 0.73 0.65 0.60
HSL 353.51º 0.58% 0.25% -
HSV(B) 353.51º 0.73% 0.4% -
XYZ 6.06 3.67 1.98 -
YUV 50.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 101 27 35 0 0.73 0.65 0.60 353.51 0.58 0.25
Hex 65 1B 23 0 49 41 3C 162 3A 19
Octal 145 33 43 0 111 101 74 542 72 31
Binary 1100101 11011 100011 0 1001001 1000001 111100 101100010 111010 11001

Color Harmonies of #651B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651B23

Black with #651B23

Text Example


Text Example

White with #651B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651B23; }

 p { color: rgb(101,27,35); }

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

background-color css

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

 a { background-color: rgb(101,27,35); }

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

border-color css

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

 span { border-color: rgb(101,27,35); }

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