Html Css Color HEX #691023 Pohutukawa

📋 copy color: '#691023'

red 105 ◦ green 16 ◦ blue 35

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

Shades of Pohutukawa #691023

Tints of Pohutukawa #691023

RGB

 RED value IS 105 (41.41% from 255) = 67.31%

 GREEN value IS 16 (6.64% from 255) = 10.26%

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

R = 67.31%
G = 10.26%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#691023 (or 0x691023) is known color: Pohutukawa. HEX triplet: 69, 10 and 23. RGB value is (105,16,35). Sum of RGB (Red+Green+Blue) = 105+16+35=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691023 is #96EFDC. Grayscale: #2C2C2C. Windows color (decimal): -9891805 or 2297961. OLE color: 2297961.

HSL color Cylindrical-coordinate representation of color #691023: hue angle of 347.19º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691023 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 16 35 -
CMYK 0 0.85 0.67 0.59
HSL 347.19º 0.74% 0.24% -
HSV(B) 347.19º 0.85% 0.41% -
XYZ 6.31 3.5 1.93 -
YUV 44.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 105 16 35 0 0.85 0.67 0.59 347.19 0.74 0.24
Hex 69 10 23 0 55 43 3B 15B 4A 18
Octal 151 20 43 0 125 103 73 533 112 30
Binary 1101001 10000 100011 0 1010101 1000011 111011 101011011 1001010 11000

Color Harmonies of #691023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691023

Black with #691023

Text Example


Text Example

White with #691023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691023; }

 p { color: rgb(105,16,35); }

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

background-color css

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

 a { background-color: rgb(105,16,35); }

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

border-color css

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

 span { border-color: rgb(105,16,35); }

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